GoXam for WPF v3
ToVertex Property
Northwoods.GoXam.Layout Namespace > GenericNetwork.Edge<V,E,Y> Class : ToVertex Property
Gets or sets this edge's "to" GenericNetwork.Vertex<V,E,Y>.
Syntax
public V ToVertex {get; set;}
Remarks
Setting this property does not modify the vertex by adding an edge to its list of source edges or removing it from another vertex's list.
See Also

Reference

GenericNetwork.Edge<V,E,Y> Class
GenericNetwork.Edge<V,E,Y> Members